Html Css Color HEX #CBC002 Bird Flower

📋 copy color: '#CBC002'

red 203 ◦ green 192 ◦ blue 2

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

Shades of Bird Flower #CBC002

Tints of Bird Flower #CBC002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.36%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 51.13%
G = 48.36%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CBC002 (or 0xCBC002) is known color: Bird Flower. HEX triplet: CB, C0 and 02. RGB value is (203,192,2). Sum of RGB (Red+Green+Blue) = 203+192+2=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC002 is #343FFD. Grayscale: #AEAEAE. Windows color (decimal): -3424254 or 180427. OLE color: 180427.

HSL color Cylindrical-coordinate representation of color #CBC002: hue angle of 56.72º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBC002 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 192 2 -
CMYK 0 0.05 0.99 0.20
HSL 56.72º 0.98% 0.4% -
HSV(B) 56.72º 0.99% 0.8% -
XYZ 43.49 50.4 7.49 -
YUV 173.63 31.14 148.95 -
System Red Green Blue C M Y K H S L
Decimal 203 192 2 0 0.05 0.99 0.20 56.72 0.98 0.4
Hex CB C0 2 0 5 63 14 39 62 28
Octal 313 300 2 0 5 143 24 71 142 50
Binary 11001011 11000000 10 0 101 1100011 10100 111001 1100010 101000

Color Harmonies of #CBC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC002

Black with #CBC002

Text Example


Text Example

White with #CBC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC002; }

 p { color: rgb(203,192,2); }

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

background-color css

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

 a { background-color: rgb(203,192,2); }

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

border-color css

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

 span { border-color: rgb(203,192,2); }

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