Html Css Color HEX #CF7F1C Ochre

📋 copy color: '#CF7F1C'

red 207 ◦ green 127 ◦ blue 28

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

Shades of Ochre #CF7F1C

Tints of Ochre #CF7F1C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.08%

 BLUE value IS 28 (11.33% from 255) = 7.73%

R = 57.18%
G = 35.08%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF7F1C (or 0xCF7F1C) is known color: Ochre. HEX triplet: CF, 7F and 1C. RGB value is (207,127,28). Sum of RGB (Red+Green+Blue) = 207+127+28=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F1C is #3080E3. Grayscale: #8C8C8C. Windows color (decimal): -3178724 or 1867727. OLE color: 1867727.

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

Color convert

RGB 207 127 28 -
CMYK 0 0.39 0.86 0.19
HSL 33.18º 0.76% 0.46% -
HSV(B) 33.18º 0.86% 0.81% -
XYZ 33.53 28.53 4.84 -
YUV 139.63 65 176.05 -
System Red Green Blue C M Y K H S L
Decimal 207 127 28 0 0.39 0.86 0.19 33.18 0.76 0.46
Hex CF 7F 1C 0 27 56 13 21 4C 2E
Octal 317 177 34 0 47 126 23 41 114 56
Binary 11001111 1111111 11100 0 100111 1010110 10011 100001 1001100 101110

Color Harmonies of #CF7F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F1C

Black with #CF7F1C

Text Example


Text Example

White with #CF7F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F1C; }

 p { color: rgb(207,127,28); }

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

background-color css

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

 a { background-color: rgb(207,127,28); }

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

border-color css

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

 span { border-color: rgb(207,127,28); }

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