Html Css Color HEX #CB7E1C Ochre

📋 copy color: '#CB7E1C'

red 203 ◦ green 126 ◦ blue 28

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

Shades of Ochre #CB7E1C

Tints of Ochre #CB7E1C

RGB

 RED value IS 203 (79.69% from 255) = 56.86%

 GREEN value IS 126 (49.61% from 255) = 35.29%

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

R = 56.86%
G = 35.29%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB7E1C (or 0xCB7E1C) is known color: Ochre. HEX triplet: CB, 7E and 1C. RGB value is (203,126,28). Sum of RGB (Red+Green+Blue) = 203+126+28=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7E1C is #3481E3. Grayscale: #8A8A8A. Windows color (decimal): -3441124 or 1867467. OLE color: 1867467.

HSL color Cylindrical-coordinate representation of color #CB7E1C: hue angle of 33.6º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB7E1C is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 126 28 -
CMYK 0 0.38 0.86 0.20
HSL 33.6º 0.76% 0.45% -
HSV(B) 33.6º 0.86% 0.8% -
XYZ 32.3 27.7 4.74 -
YUV 137.85 66.01 174.47 -
System Red Green Blue C M Y K H S L
Decimal 203 126 28 0 0.38 0.86 0.20 33.6 0.76 0.45
Hex CB 7E 1C 0 26 56 14 22 4C 2D
Octal 313 176 34 0 46 126 24 42 114 55
Binary 11001011 1111110 11100 0 100110 1010110 10100 100010 1001100 101101

Color Harmonies of #CB7E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7E1C

Black with #CB7E1C

Text Example


Text Example

White with #CB7E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7E1C; }

 p { color: rgb(203,126,28); }

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

background-color css

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

 a { background-color: rgb(203,126,28); }

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

border-color css

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

 span { border-color: rgb(203,126,28); }

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