Html Css Color HEX #CF770F Ochre

📋 copy color: '#CF770F'

red 207 ◦ green 119 ◦ blue 15

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

Shades of Ochre #CF770F

Tints of Ochre #CF770F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

 BLUE value IS 15 (6.25% from 255) = 4.4%

R = 60.7%
G = 34.9%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF770F (or 0xCF770F) is known color: Ochre. HEX triplet: CF, 77 and 0F. RGB value is (207,119,15). Sum of RGB (Red+Green+Blue) = 207+119+15=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF770F is #3088F0. Grayscale: #858585. Windows color (decimal): -3180785 or 1013711. OLE color: 1013711.

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

Color convert

RGB 207 119 15 -
CMYK 0 0.43 0.93 0.19
HSL 32.5º 0.86% 0.44% -
HSV(B) 32.5º 0.93% 0.81% -
XYZ 32.42 26.49 3.86 -
YUV 133.46 61.15 180.46 -
System Red Green Blue C M Y K H S L
Decimal 207 119 15 0 0.43 0.93 0.19 32.5 0.86 0.44
Hex CF 77 F 0 2B 5D 13 20 56 2C
Octal 317 167 17 0 53 135 23 40 126 54
Binary 11001111 1110111 1111 0 101011 1011101 10011 100000 1010110 101100

Color Harmonies of #CF770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF770F

Black with #CF770F

Text Example


Text Example

White with #CF770F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF770F; }

 p { color: rgb(207,119,15); }

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

background-color css

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

 a { background-color: rgb(207,119,15); }

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

border-color css

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

 span { border-color: rgb(207,119,15); }

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