Html Css Color HEX #C7CB42 Wattle

📋 copy color: '#C7CB42'

red 199 ◦ green 203 ◦ blue 66

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

Shades of Wattle #C7CB42

Tints of Wattle #C7CB42

RGB

 RED value IS 199 (78.13% from 255) = 42.52%

 GREEN value IS 203 (79.69% from 255) = 43.38%

 BLUE value IS 66 (26.17% from 255) = 14.1%

R = 42.52%
G = 43.38%
B = 14.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#C7CB42 (or 0xC7CB42) is known color: Wattle. HEX triplet: C7, CB and 42. RGB value is (199,203,66). Sum of RGB (Red+Green+Blue) = 199+203+66=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CB42 is #3834BD. Grayscale: #BABABA. Windows color (decimal): -3683518 or 4377543. OLE color: 4377543.

HSL color Cylindrical-coordinate representation of color #C7CB42: hue angle of 61.75º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7CB42 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 203 66 -
CMYK 0.02 0 0.67 0.20
HSL 61.75º 0.57% 0.53% -
HSV(B) 61.75º 0.67% 0.8% -
XYZ 45.89 55.25 13.4 -
YUV 186.19 60.17 137.14 -
System Red Green Blue C M Y K H S L
Decimal 199 203 66 0.02 0 0.67 0.20 61.75 0.57 0.53
Hex C7 CB 42 2 0 43 14 3E 39 35
Octal 307 313 102 2 0 103 24 76 71 65
Binary 11000111 11001011 1000010 10 0 1000011 10100 111110 111001 110101

Color Harmonies of #C7CB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CB42

Black with #C7CB42

Text Example


Text Example

White with #C7CB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CB42; }

 p { color: rgb(199,203,66); }

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

background-color css

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

 a { background-color: rgb(199,203,66); }

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

border-color css

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

 span { border-color: rgb(199,203,66); }

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