Html Css Color HEX #CF780D Ochre

📋 copy color: '#CF780D'

red 207 ◦ green 120 ◦ blue 13

#CF780D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CF780D

Tints of Ochre #CF780D

RGB

 RED value IS 207 (81.25% from 255) = 60.88%

 GREEN value IS 120 (47.27% from 255) = 35.29%

 BLUE value IS 13 (5.47% from 255) = 3.82%

R = 60.88%
G = 35.29%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF780D (or 0xCF780D) is known color: Ochre. HEX triplet: CF, 78 and 0D. RGB value is (207,120,13). Sum of RGB (Red+Green+Blue) = 207+120+13=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF780D is #3087F2. Grayscale: #868686. Windows color (decimal): -3180531 or 882895. OLE color: 882895.

HSL color Cylindrical-coordinate representation of color #CF780D: hue angle of 33.09º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF780D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 120 13 -
CMYK 0 0.42 0.94 0.19
HSL 33.09º 0.88% 0.43% -
HSV(B) 33.09º 0.94% 0.81% -
XYZ 32.52 26.73 3.83 -
YUV 133.82 59.82 180.2 -
System Red Green Blue C M Y K H S L
Decimal 207 120 13 0 0.42 0.94 0.19 33.09 0.88 0.43
Hex CF 78 D 0 2A 5E 13 21 58 2B
Octal 317 170 15 0 52 136 23 41 130 53
Binary 11001111 1111000 1101 0 101010 1011110 10011 100001 1011000 101011

Color Harmonies of #CF780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF780D

Black with #CF780D

Text Example


Text Example

White with #CF780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF780D; }

 p { color: rgb(207,120,13); }

 H1.HeaderClassName
 {
   color: #CF780D;
 }
 .AnyTagClassName
 {
   color: #CF780D;
 }
</style>

background-color css

<style>
 a { background-color: #CF780D; }

 a { background-color: rgb(207,120,13); }

 div.DivClassName
 {
   background-color: #CF780D;
 }
 .BgClassName
 {
   background-color: #CF780D;
 }
</style>

border-color css

<style>
 span { border-color: #CF780D; }

 span { border-color: rgb(207,120,13); }

 td.TdClassName
 {
   border-color: #CF780D;
 }
 .TagClassName
 {
   border-color: #CF780D;
 }
</style>